home *** CD-ROM | disk | FTP | other *** search
- -- card: 5228 from stack: in
- -- bmap block id: 4401
- -- flags: 0000
- -- background id: 2647
- -- name: Circle of Fifths
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=2 top=250 right=273 bottom=108
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Scale Practice
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go "scales"
- end mouseUp
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=3 top=278 right=301 bottom=111
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Key Signatures
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go "KeySignatures"
- end mouseUp
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=397 top=237 right=258 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Major Scales
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go to card "major scales" of stack "reference"
- end mouseUp
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=398 top=262 right=284 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Minor Scales
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open to card
- go to card "minor scales" of stack "reference"
- end mouseUp
-